home *** CD-ROM | disk | FTP | other *** search
- /*
- * Changes made to the original unix Ghostscript source
- * for the Atari ST/TT platform are listed below.
- */
-
- 1) makefile (unix-gcc.mak)
- i.) general platform-specific changes
- ii.) included stvdi, slm, and GEM image devices
- iv.) added support for direct centronics printing
-
- 2) gdevprn.h
- i.) Added stprint.h
- ii.) Set the clist parameters PRN_MAX_BITMAP, PRN_BUFFER_SPACE
- and PRN_MIN_MEMORY_LEFT to 10M, 100K, and 10K.
-
- 3) gdevprn.c
- i.) Changed the gdev_prn_open_printer routine to interpret
- NULL as an instruction to use direct centronics
- printing if CSPRINT is defined. Otherwise, NULL is
- an error.
-
- 4) malloc_.h
- i.) Include stdlib.h if atarist is defined.
-
- 5) gdevdjet.c
- i.) Changed the left margin of the deskjet and deskjet 500
- drivers to keep them from chopping off the left part
- of some images.
-